A. Visual Basic
B. C#
C. C++
D. All of the above
Advertisement
Related Mcqs:
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- How ASP.Net Different from classic ASP ?
- A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these...
- Which of the following denote page code model in ASP.NET ?
- A. single-file B. code-behind C. Both A and B D. None of the Above...
- File extension used for ASP.NET files ?
- A. .ASP B. .Web C. .ASPX D. None of these...
- In ASP.NET application the Global.asax file lie in which directory_________________?
- A. System B. ROOT C. Application D. None of the Above...
- If in an ASP.NET application one want to create http handlers which of the interface is used________________?
- A. pipeline B. Handler C. IHttpHandlerFactory D. None of the above...
- What class does the ASP.NET Web Form class inherit from by default ?
- A. System.Web.Form B. System.Web.UI.Form C. System.Web.GUI.Page D. System.Web.UI.Page...
- Which of the following denote ways to manage state in an ASP.Net Application ?
- A. Application objects B. Session objects C. ViewState D. All of the above...
- What is/are the predefined TraceListener(s) in ASP.Net?
- A. EventLogTraceListener B. TextWriterTraceListener C. DefaultTraceListener D. All of the above...
- In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control- ?
- A. The GridView control B. The DetailsView control C. The FormView control D. The Table control...
Advertisement